Documentation fixes
authorMatthias Clasen <matthiasc@src.gnome.org>
Sun, 22 Jul 2007 04:19:19 +0000 (04:19 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 22 Jul 2007 04:19:19 +0000 (04:19 +0000)
svn path=/trunk/; revision=18522

ChangeLog
gdk/x11/gdkkeys-x11.c

index bf9a0453973fa010088bb988f8282299f77edc98..dcc7cd4c61b63880ace05b2708ac500d1d61c17e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-07-22  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk/x11/gdkkeys-x11.c: Some documentation fixes.
+
 2007-07-21  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtktooltips.[hc]: Rename the tips_data_list field
index f5ca8bc226b80cb55ae48c62bb33a17736376885..8b92eb843ab2494379876940c32a7f8bc8f3f18a 100644 (file)
@@ -719,8 +719,9 @@ _gdk_keymap_keys_changed (GdkDisplay *display)
  *
  * Returns the direction of effective layout of the keymap.
  *
- * @Returns: %PANGO_DIRECTION_LTR or %PANGO_DIRECTION_RTL if determines the
- * direction.  %PANGO_DIRECTION_NEUTRAL otherwise.
+ * @Returns: %PANGO_DIRECTION_LTR or %PANGO_DIRECTION_RTL 
+ *   if it can determine the direction. %PANGO_DIRECTION_NEUTRAL 
+ *   otherwise.
  **/
 PangoDirection
 gdk_keymap_get_direction (GdkKeymap *keymap)
@@ -756,7 +757,7 @@ gdk_keymap_get_direction (GdkKeymap *keymap)
  * Determines if keyboard layouts for both right-to-left and left-to-right
  * languages are in use.
  *
- * @Returns: %TRUE if there are layouts in both directions, %FALSE otherwise
+ * Returns: %TRUE if there are layouts in both directions, %FALSE otherwise
  *
  * Since: 2.12
  **/